home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 May / PCPlus May 1998=disk A.iso / IE3 / CLASSES.ZIP / JAVA / LANG / Runnable.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-03-06  |  180 b   |  6 lines

  1. package java.lang;
  2.  
  3. public interface Runnable {
  4.    void run();
  5. }
  6.